1. BIOS Settings
   COM1: [2F8, IRQ4]
   COM2: [3F8, IRQ3]

2. Copy UTCRSTM.dll and Utpc.exe into a directory (Example:  D:\Your InstallSource).

3. =====================================================================
   Add the following into project.BIB ( In the parameters tab).
   =====================================================================
MODULES(<== had exist in project.BIB)
UTCRSTM.dll    	D:\Your InstallSource\ UTCRSTM.dll           NK   SH
Utpc.exe        D:\ Your InstallSource \ Utpc.exe            NK   S

4. =======================================================================
   Add the following into project.reg (In the parameters tab)
   =======================================================================
   [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\UtcRStm]
       "Dll"="UTCRSTM.dll"
       "Baudrate"=dword:00002580
       "MouseMod"=dword:00000002
       "Rotation"=dword:00000000
       "DisableReport"=dword:00000000
       "PortNum"=dword:1
       "OppositeY"=dword:0
       "Prefix"="UTC"
